其實這篇應該在前面就該提到的,
但不知道為什麼遺漏了,
下面就簡單示範它的用法,
實際上的應用則通常會再配合 Strage
manifest.json
{
"manifest_version": 2,
"name": "ironman6",
"version": "1.0",
"options_page": "options.html",
"browser_action": {
"default_title": "Day 21"
}
}
options.html
<title>options</title>
Day 21